home *** CD-ROM | disk | FTP | other *** search
- Declare Sub ClipCursor Lib "User" (lpRect As Any)
- Declare Sub SetCurSorPos Lib "User" (ByVal X As Integer, ByVal Y As Integer)
- Type RECT
- Left As Integer
- Top As Integer
- right As Integer
- Bottom As Integer
- End Type
-
- Global CursorRect As RECT
-
- Global ScreenHeight As Integer
- Global ScreenWidth As Integer
-
-